home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / meterbar / mbar.txt < prev    next >
Text File  |  1994-01-07  |  485b  |  19 lines

  1. ''''''''''''''''''''''''''''
  2. ' Visual Basic constant file for meter bar. Load this file
  3. ' into a code module.
  4. ''''''''''''''''''''''''''''
  5.  
  6. 'Orientation values
  7. Global Const MBAR_ORIENT_LR = 0
  8. Global Const MBAR_ORIENT_RL = 1
  9. Global Const MBAR_ORIENT_BT = 2
  10. Global Const MBAR_ORIENT_TB = 3
  11.  
  12. 'Border styles
  13. Global Const MBAR_BORDER_NONE = 0
  14. Global Const MBAR_BORDER_FIXEDSINGLE = 1
  15. Global Const MBAR_BORDER_THREED = 2
  16.  
  17. 'Error Constants
  18. Global Const ERR_POSRANGE = 20000
  19.